@media screen and (min-width:1200px) {
	
	/* 核心优势开始 */
	.page-Core{
	    width: 100%;
	    margin-top: 100px;
	    margin-bottom: 100px;
	}
	.page-Core .container{
	    width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.page-Core .container .page-title{
	    text-align: center;
	    margin-bottom: 80px;
	}
	.page-Core .container .page-title h2{
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.page-Core .container .page-title h2 span{
	    font-size: 30px;
	    color: #007aff;
	    font-weight: bold;
	}
	.page-Core .container .page-title .strings{
	    width: 70px;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-Core .container .core ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.page-Core .container .core ul li{
	    width: 30%;
	    text-align: center;
	    padding: 3%;
	    box-sizing: border-box;
	    display: block;
	}
	
	.page-Core .container .core ul li:nth-child(1){
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(2){
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(3){
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(5){
	    border-left: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(6){
	    border-left: 1px solid #eee;
	}
	.container .core ul li .img{
	    width: 90px;
	    height:90px;
	    margin: 0 auto;
		background: #007aff;
		border-radius:50px;
		color:#fff;
		font-size:28px;
		text-align:center;
		line-height:90px;
		transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	}
	.container .core ul li.active{
	    background-color: #007aff;
	    color: #fff;
	}
	.container .core ul li.active .img .icon-on{
	    display: block;
	}
	.container .core ul li.active .img .ico{
	    display: none;
	}
	.container .core ul li .img .icon-on{
	    display: none;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	
	.container .core ul li:hover .img{
	    transform: rotate(360deg);
		transition: all ease 600ms;
	}
	.container .core ul li .img img{
	    width: 100%;
	    height: 100%;
	}
	.container .core ul li .text h2{
	    font-size: 18px;
	    font-weight: bold;
	    margin-top: 22px;
	}
	.container .core ul li .text p{
	    font-size: 14px;
		color: #666;
	    margin-top: 12px;
	    line-height: 21px;
	}
	/* 核心优势介绍 */
	
	/* 服务流程开始 */
	.page-advantage{
	    width: 100%;
	    margin-top: 100px;
	    margin-bottom: 100px;
	}
	.page-advantage .container{
	   width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
		overflow:hidden;
	}
	.page-advantage .container .page-title{
	    text-align: center;
	    margin-bottom: 80px;
	}
	.page-advantage .container .page-title h2{
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.page-advantage .container .page-title h2 span{
	    font-size: 30px;
	    color: #007aff;
	    font-weight: bold;
	}
	.page-advantage .container .page-title .strings{
	    width: 70px;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-advantage .container .advantage{
		display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-advantage .container .advantage .text{
		width:53%;
	}
	.page-advantage .container .advantage .pic{
		width:43%;
	}
	.page-advantage .container .advantage .text .item{
		display: flex;
	    flex-wrap: wrap;
		align-items: center;
		margin-bottom: 2.1%;
		position:relative;
		background: #f8f8f8;
	    height: 18%;
	}
	.page-advantage .container .advantage .text .item::after{
		content: "";
	    height: 2px;
	    background: #007aff;
	    position: absolute;
	    bottom: -10px;
	    left: 8px;
	    margin: auto;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	    width: 0;
	}
	.page-advantage .container .advantage .text .item:hover::after{
		/* width: 90px; */
	}
	.page-advantage .container .advantage .text .item .item-mian{
		width:27%;
		font-size: 18px;
		margin-left: 4%;
		font-weight: bold;
	}
	.page-advantage .container .advantage .text .item .item-mian span{
		font-size: 48px;
	    color: #007aff;
	}
	.page-advantage .container .advantage .text .item .item-note{
		width:60%;
		line-height: 22px;
	    font-size: 14.5px;
	}
	
	/* 服务流程结束 */
}
@media screen and (min-width:320px) and (max-width:767px) {
	
	
	/* 核心优势开始 */
	.page-Core{
	    width: 100%;
	    margin-top: 0.966183rem;
	    margin-bottom: 1.207729rem;
	}
	.page-Core .container{
	    width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.page-Core .container .page-title{
	    text-align: center;
	    margin-bottom: 0.966183rem;
	}
	.page-Core .container .page-title h2{
	    font-size: .531401rem;
	    font-weight: bold;
	    color: #333;
	}
	.page-Core .container .page-title h2 span{
	    font-size: .531401rem;
	    color: #007aff;
	    font-weight: bold;
	}
	.page-Core .container .page-title .strings{
	    width: 1.328502rem;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-Core .container .core ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.page-Core .container .core ul li{
	    width: 50%;
		text-align: center;
		padding: 2%;
		box-sizing: border-box;
		display: block;
		margin-bottom: .362319rem;
	}
	

	.container .core ul li .img{
	    width: 1.932367rem;
	    height:1.932367rem;
	    margin: 0 auto;
		background: #007aff;
		border-radius:50px;
		color:#fff;
		font-size: .628019rem;
		text-align:center;
		line-height:1.932367rem;
		transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	}
	.container .core ul li.active{
	    background-color: #007aff;
	    color: #fff;
	}
	.container .core ul li.active .img .icon-on{
	    display: block;
	}
	.container .core ul li.active .img .ico{
	    display: none;
	}
	.container .core ul li .img .icon-on{
	    display: none;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	
	.container .core ul li:hover .img{
	    transform: rotate(360deg);
		transition: all ease 600ms;
	}
	.container .core ul li .img img{
	    width: 100%;
	    height: 100%;
	}
	.container .core ul li .text h2{
	    font-size: .386473rem;
	    font-weight: bold;
	    margin-top: .483092rem;
	}
	.container .core ul li .text p{
	    font-size: .289855rem;
		color: #666;
	    margin-top: .289855rem;
	    line-height: .483092rem;
	}
	/* 核心优势介绍 */
	
	/* 服务流程开始 */
	.page-advantage{
	    width: 100%;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.page-advantage .container{
	   width: 96%;
	    margin: 0 auto;
		overflow:hidden;
	}
	.page-advantage .container .page-title{
	    text-align: center;
	    margin-bottom: .241546rem;
	}
	.page-advantage .container .page-title h2{
	    font-size: .531401rem;
	    font-weight: bold;
	    color: #333;
	}
	.page-advantage .container .page-title h2 span{
	    font-size: .531401rem;
	    color: #007aff;
	    font-weight: bold;
	}
	.page-advantage .container .page-title .strings{
	    width: 1.328502rem;
	    height: 2px;
	    background: #C0C0C0;
	    margin: .289855rem auto 0 auto;
	}
	.page-advantage .container .advantage{
		display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-advantage .container .advantage .text{
		width:100%;
	}
	.page-advantage .container .advantage .pic{
		width:100%;
		display: none;
	}
	.page-advantage .container .advantage .text .item{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		margin-top: 0.289855rem;
		padding: 0.289855rem;
		box-sizing: border-box;
	}
	.page-advantage .container .advantage .text .item::after{
		content: "";
	    height: 2px;
	    background: #007aff;
	    position: absolute;
	    bottom: -10px;
	    left: 8px;
	    margin: auto;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	    width: 0;
	}
	.page-advantage .container .advantage .text .item:hover::after{
		/* width: 90px; */
	}
	.page-advantage .container .advantage .text .item .item-mian{
		 width: 100%;
		font-size: .434783rem;
		font-weight: bold;
	}
	.page-advantage .container .advantage .text .item .item-mian span{
		font-size: 0.9rem;
	    color: #007aff;
	}
	.page-advantage .container .advantage .text .item .item-note{
		width:100%;
		line-height: .531401rem;
		font-size: .338164rem;
	}
	
	/* 服务流程结束 */
}

@media screen and (min-width:768px) and (max-width:1023px) {
	
	
	/* 核心优势开始 */
	.page-Core{
	    width: 100%;
	    margin-top: 0.966183rem;
	    margin-bottom: 1.207729rem;
	}
	.page-Core .container{
	    width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.page-Core .container .page-title{
	    text-align: center;
	    margin-bottom: 0.966183rem;
	}
	.page-Core .container .page-title h2{
	    font-size: .531401rem;
	    font-weight: bold;
	    color: #333;
	}
	.page-Core .container .page-title h2 span{
	    font-size: .531401rem;
	    color: #007aff;
	    font-weight: bold;
	}
	.page-Core .container .page-title .strings{
	    width: 1.328502rem;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-Core .container .core ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.page-Core .container .core ul li{
	    width: 50%;
		text-align: center;
		padding: 2%;
		box-sizing: border-box;
		display: block;
		margin-bottom: .362319rem;
	}
	

	.container .core ul li .img{
	    width: 1.932367rem;
	    height:1.932367rem;
	    margin: 0 auto;
		background: #007aff;
		border-radius:50px;
		color:#fff;
		font-size: .628019rem;
		text-align:center;
		line-height:1.932367rem;
		transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	}
	.container .core ul li.active{
	    background-color: #007aff;
	    color: #fff;
	}
	.container .core ul li.active .img .icon-on{
	    display: block;
	}
	.container .core ul li.active .img .ico{
	    display: none;
	}
	.container .core ul li .img .icon-on{
	    display: none;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	
	.container .core ul li:hover .img{
	    transform: rotate(360deg);
		transition: all ease 600ms;
	}
	.container .core ul li .img img{
	    width: 100%;
	    height: 100%;
	}
	.container .core ul li .text h2{
	    font-size: .386473rem;
	    font-weight: bold;
	    margin-top: .483092rem;
	}
	.container .core ul li .text p{
	    font-size: .289855rem;
		color: #666;
	    margin-top: .289855rem;
	    line-height: .483092rem;
	}
	/* 核心优势介绍 */
	
	/* 服务流程开始 */
	.page-advantage{
	    width: 100%;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.page-advantage .container{
	   width: 96%;
	    margin: 0 auto;
		overflow:hidden;
	}
	.page-advantage .container .page-title{
	    text-align: center;
	    margin-bottom: .241546rem;
	}
	.page-advantage .container .page-title h2{
	    font-size: .531401rem;
	    font-weight: bold;
	    color: #333;
	}
	.page-advantage .container .page-title h2 span{
	    font-size: .531401rem;
	    color: #007aff;
	    font-weight: bold;
	}
	.page-advantage .container .page-title .strings{
	    width: 1.328502rem;
	    height: 2px;
	    background: #C0C0C0;
	    margin: .289855rem auto 0 auto;
	}
	.page-advantage .container .advantage{
		display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-advantage .container .advantage .text{
		width:100%;
	}
	.page-advantage .container .advantage .pic{
		width:100%;
		display: none;
	}
	.page-advantage .container .advantage .text .item{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		margin-top: 0.289855rem;
		padding: 0.289855rem;
		box-sizing: border-box;
	}
	.page-advantage .container .advantage .text .item::after{
		content: "";
	    height: 2px;
	    background: #007aff;
	    position: absolute;
	    bottom: -10px;
	    left: 8px;
	    margin: auto;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	    width: 0;
	}
	.page-advantage .container .advantage .text .item:hover::after{
		/* width: 90px; */
	}
	.page-advantage .container .advantage .text .item .item-mian{
		 width: 100%;
		font-size: .434783rem;
		font-weight: bold;
	}
	.page-advantage .container .advantage .text .item .item-mian span{
		font-size: 0.9rem;
	    color: #007aff;
	}
	.page-advantage .container .advantage .text .item .item-note{
		width:100%;
		line-height: .531401rem;
		font-size: .338164rem;
	}
	
	/* 服务流程结束 */
}

@media screen and (min-width:1024px) and (max-width:1199px) {
	
	
	/* 核心优势开始 */
	.page-Core{
	    width: 100%;
	    margin-top: 0.966183rem;
	    margin-bottom: 100px;
	}
	.page-Core .container{
	    width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.page-Core .container .page-title{
	    text-align: center;
	    margin-bottom: 0.966183rem;
	}
	.page-Core .container .page-title h2{
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.page-Core .container .page-title h2 span{
	    font-size: 30px;
	    color: #007aff;
	    font-weight: bold;
	}
	.page-Core .container .page-title .strings{
	    width: 70px;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-Core .container .core ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.page-Core .container .core ul li{
	    width: 50%;
		text-align: center;
		padding: 2%;
		box-sizing: border-box;
		display: block;
	}
	
	.page-Core .container .core ul li:nth-child(1){
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(2){
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(3){
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(5){
	    border-left: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(6){
	    border-left: 1px solid #eee;
	}
	.container .core ul li .img{
	    width: 90px;
	    height:90px;
	    margin: 0 auto;
		background: #007aff;
		border-radius:50px;
		color:#fff;
		font-size:28px;
		text-align:center;
		line-height:90px;
		transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	}
	.container .core ul li.active{
	    background-color: #007aff;
	    color: #fff;
	}
	.container .core ul li.active .img .icon-on{
	    display: block;
	}
	.container .core ul li.active .img .ico{
	    display: none;
	}
	.container .core ul li .img .icon-on{
	    display: none;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	
	.container .core ul li:hover .img{
	    transform: rotate(360deg);
		transition: all ease 600ms;
	}
	.container .core ul li .img img{
	    width: 100%;
	    height: 100%;
	}
	.container .core ul li .text h2{
	    font-size: 18px;
	    font-weight: bold;
	    margin-top: 22px;
	}
	.container .core ul li .text p{
	    font-size: 14px;
		color: #666;
	    margin-top: 12px;
	    line-height: 21px;
	}
	/* 核心优势介绍 */
	
	/* 服务流程开始 */
	.page-advantage{
	    width: 100%;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.page-advantage .container{
	   width: 96%;
	    margin: 0 auto;
		overflow:hidden;
	}
	.page-advantage .container .page-title{
	    text-align: center;
	    margin-bottom: 80px;
	}
	.page-advantage .container .page-title h2{
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.page-advantage .container .page-title h2 span{
	    font-size: 30px;
	    color: #007aff;
	    font-weight: bold;
	}
	.page-advantage .container .page-title .strings{
	    width: 70px;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-advantage .container .advantage{
		display: flex;
	    /* flex-wrap: wrap; */
		justify-content: space-between;
	}
	.page-advantage .container .advantage .text{
		width:65%;	
	}
	.page-advantage .container .advantage .pic{
		width:50%;
	}
	.page-advantage .container .advantage .pic img{
		height: 10.439613rem;
	}
	.page-advantage .container .advantage .text .item{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 3.4%;
		position: relative;
		background: #f8f8f8;
		padding: 0.289855rem;
		box-sizing: border-box;
	}
	.page-advantage .container .advantage .text .item::after{
		content: "";
	    height: 2px;
	    background: #007aff;
	    position: absolute;
	    bottom: -10px;
	    left: 8px;
	    margin: auto;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	    width: 0;
	}
	.page-advantage .container .advantage .text .item:hover::after{
		/* width: 90px; */
	}
	.page-advantage .container .advantage .text .item .item-mian{
		 width: 36%;
		font-size: 18px;
		margin-left: 4%;
		font-weight: bold;
	}
	.page-advantage .container .advantage .text .item .item-mian span{
		font-size: 0.724637rem;
	    color: #007aff;
	}
	.page-advantage .container .advantage .text .item .item-note{
		width:60%;
		line-height: 22px;
	   font-size: 0.289855rem;
	}
	
	/* 服务流程结束 */
}
